Namespaces | |
namespace | Steinberg |
namespace | Steinberg::StringMethods |
Functions | |
bool | parseVersionString (const ConstString &string, int32 &major, int32 &sub, int32 &release) |
! parse a version string in the form of 'Version 3.7.8' | |
int32 | split (const ConstString &string, const ConstString &separatorString, TContainer< String > &result) |
! split a string into multiple substrings separated by a separator string |